Html Css Color HEX #BFCD11 Rio Grande

📋 copy color: '#BFCD11'

red 191 ◦ green 205 ◦ blue 17

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

Shades of Rio Grande #BFCD11

Tints of Rio Grande #BFCD11

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 4.12%

R = 46.25%
G = 49.64%
B = 4.12%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.92

 K value IS 0.20

RGB Variations

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

Color information

#BFCD11 (or 0xBFCD11) is known color: Rio Grande. HEX triplet: BF, CD and 11. RGB value is (191,205,17). Sum of RGB (Red+Green+Blue) = 191+205+17=413 (54% of max value = 765). Red value is 191 (75% from 255 or 46.25% from 413); Green value is 205 (80.47% from 255 or 49.64% from 413); Blue value is 17 (7.03% from 255 or 4.12% from 413); Max value from RGB is 205 - color contains mainly: green. Hex color #BFCD11 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BFCD11 is #4032EE. Grayscale: #B4B4B4. Windows color (decimal): -4207343 or 1166783. OLE color: 1166783.

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

Color convert

RGB 191 205 17 -
CMYK 0.07 0 0.92 0.20
HSL 64.47º 0.85% 0.44% -
HSV(B) 64.47º 0.92% 0.8% -
XYZ 43.42 54.78 8.82 -
YUV 179.38 36.36 136.29 -
System Red Green Blue C M Y K H S L
Decimal 191 205 17 0.07 0 0.92 0.20 64.47 0.85 0.44
Hex BF CD 11 7 0 5C 14 40 55 2C
Octal 277 315 21 7 0 134 24 100 125 54
Binary 10111111 11001101 10001 111 0 1011100 10100 1000000 1010101 101100

Color Harmonies of #BFCD11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFCD11

Black with #BFCD11

Text Example


Text Example

White with #BFCD11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFCD11; }

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

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

background-color css

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

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

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

border-color css

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

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

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