Html Css Color HEX #BFCD13 Rio Grande

📋 copy color: '#BFCD13'

red 191 ◦ green 205 ◦ blue 19

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

Shades of Rio Grande #BFCD13

Tints of Rio Grande #BFCD13

RGB

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

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

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

R = 46.02%
G = 49.4%
B = 4.58%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.91

 K value IS 0.20

RGB Variations

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

Color information

#BFCD13 (or 0xBFCD13) is known color: Rio Grande. HEX triplet: BF, CD and 13. RGB value is (191,205,19). Sum of RGB (Red+Green+Blue) = 191+205+19=415 (54% of max value = 765). Red value is 191 (75% from 255 or 46.02% from 415); Green value is 205 (80.47% from 255 or 49.40% from 415); Blue value is 19 (7.81% from 255 or 4.58% from 415); Max value from RGB is 205 - color contains mainly: green. Hex color #BFCD13 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BFCD13 is #4032EC. Grayscale: #B4B4B4. Windows color (decimal): -4207341 or 1297855. OLE color: 1297855.

HSL color Cylindrical-coordinate representation of color #BFCD13: hue angle of 64.52º 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 #BFCD13 is Cyan = 0.07, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.20.

Color convert

RGB 191 205 19 -
CMYK 0.07 0 0.91 0.20
HSL 64.52º 0.83% 0.44% -
HSV(B) 64.52º 0.91% 0.8% -
XYZ 43.43 54.79 8.9 -
YUV 179.61 37.36 136.12 -
System Red Green Blue C M Y K H S L
Decimal 191 205 19 0.07 0 0.91 0.20 64.52 0.83 0.44
Hex BF CD 13 7 0 5B 14 41 53 2C
Octal 277 315 23 7 0 133 24 101 123 54
Binary 10111111 11001101 10011 111 0 1011011 10100 1000001 1010011 101100

Color Harmonies of #BFCD13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFCD13

Black with #BFCD13

Text Example


Text Example

White with #BFCD13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFCD13; }

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

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

background-color css

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

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

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

border-color css

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

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

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