Html Css Color HEX #BFCD1D Rio Grande

📋 copy color: '#BFCD1D'

red 191 ◦ green 205 ◦ blue 29

#BFCD1D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Rio Grande #BFCD1D

Tints of Rio Grande #BFCD1D

RGB

 RED value IS 191 (75% from 255) = 44.94%

 GREEN value IS 205 (80.47% from 255) = 48.24%

 BLUE value IS 29 (11.72% from 255) = 6.82%

R = 44.94%
G = 48.24%
B = 6.82%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.86

 K value IS 0.20

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#BFCD1D (or 0xBFCD1D) is known color: Rio Grande. HEX triplet: BF, CD and 1D. RGB value is (191,205,29). Sum of RGB (Red+Green+Blue) = 191+205+29=425 (56% of max value = 765). Red value is 191 (75% from 255 or 44.94% from 425); Green value is 205 (80.47% from 255 or 48.24% from 425); Blue value is 29 (11.72% from 255 or 6.82% from 425); Max value from RGB is 205 - color contains mainly: green. Hex color #BFCD1D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFCD1D is #4032E2. Grayscale: #B5B5B5. Windows color (decimal): -4207331 or 1953215. OLE color: 1953215.

HSL color Cylindrical-coordinate representation of color #BFCD1D: hue angle of 64.77º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BFCD1D is Cyan = 0.07, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.20.

Color convert

RGB 191 205 29 -
CMYK 0.07 0 0.86 0.20
HSL 64.77º 0.75% 0.46% -
HSV(B) 64.77º 0.86% 0.8% -
XYZ 43.54 54.83 9.45 -
YUV 180.75 42.36 135.31 -
System Red Green Blue C M Y K H S L
Decimal 191 205 29 0.07 0 0.86 0.20 64.77 0.75 0.46
Hex BF CD 1D 7 0 56 14 41 4B 2E
Octal 277 315 35 7 0 126 24 101 113 56
Binary 10111111 11001101 11101 111 0 1010110 10100 1000001 1001011 101110

Color Harmonies of #BFCD1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFCD1D

Black with #BFCD1D

Text Example


Text Example

White with #BFCD1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFCD1D; }

 p { color: rgb(191,205,29); }

 H1.HeaderClassName
 {
   color: #BFCD1D;
 }
 .AnyTagClassName
 {
   color: #BFCD1D;
 }
</style>

background-color css

<style>
 a { background-color: #BFCD1D; }

 a { background-color: rgb(191,205,29); }

 div.DivClassName
 {
   background-color: #BFCD1D;
 }
 .BgClassName
 {
   background-color: #BFCD1D;
 }
</style>

border-color css

<style>
 span { border-color: #BFCD1D; }

 span { border-color: rgb(191,205,29); }

 td.TdClassName
 {
   border-color: #BFCD1D;
 }
 .TagClassName
 {
   border-color: #BFCD1D;
 }
</style>