Html Css Color HEX #BFCB13 Rio Grande

📋 copy color: '#BFCB13'

red 191 ◦ green 203 ◦ blue 19

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

Shades of Rio Grande #BFCB13

Tints of Rio Grande #BFCB13

RGB

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

 GREEN value IS 203 (79.69% from 255) = 49.15%

 BLUE value IS 19 (7.81% from 255) = 4.6%

R = 46.25%
G = 49.15%
B = 4.6%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.91

 K value IS 0.20

RGB Variations

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

Color information

#BFCB13 (or 0xBFCB13) is known color: Rio Grande. HEX triplet: BF, CB and 13. RGB value is (191,203,19). Sum of RGB (Red+Green+Blue) = 191+203+19=413 (54% of max value = 765). Red value is 191 (75% from 255 or 46.25% from 413); Green value is 203 (79.69% from 255 or 49.15% from 413); Blue value is 19 (7.81% from 255 or 4.60% from 413); Max value from RGB is 203 - color contains mainly: green. Hex color #BFCB13 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BFCB13 is #4034EC. Grayscale: #B3B3B3. Windows color (decimal): -4207853 or 1297343. OLE color: 1297343.

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

Color convert

RGB 191 203 19 -
CMYK 0.06 0 0.91 0.20
HSL 63.91º 0.83% 0.44% -
HSV(B) 63.91º 0.91% 0.8% -
XYZ 42.96 53.84 8.74 -
YUV 178.44 38.02 136.96 -
System Red Green Blue C M Y K H S L
Decimal 191 203 19 0.06 0 0.91 0.20 63.91 0.83 0.44
Hex BF CB 13 6 0 5B 14 40 53 2C
Octal 277 313 23 6 0 133 24 100 123 54
Binary 10111111 11001011 10011 110 0 1011011 10100 1000000 1010011 101100

Color Harmonies of #BFCB13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFCB13

Black with #BFCB13

Text Example


Text Example

White with #BFCB13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFCB13; }

 p { color: rgb(191,203,19); }

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

background-color css

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

 a { background-color: rgb(191,203,19); }

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

border-color css

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

 span { border-color: rgb(191,203,19); }

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