Html Css Color HEX #BFCA1C Rio Grande

📋 copy color: '#BFCA1C'

red 191 ◦ green 202 ◦ blue 28

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

Shades of Rio Grande #BFCA1C

Tints of Rio Grande #BFCA1C

RGB

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

 GREEN value IS 202 (79.3% from 255) = 47.98%

 BLUE value IS 28 (11.33% from 255) = 6.65%

R = 45.37%
G = 47.98%
B = 6.65%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.86

 K value IS 0.21

RGB Variations

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

Color information

#BFCA1C (or 0xBFCA1C) is known color: Rio Grande. HEX triplet: BF, CA and 1C. RGB value is (191,202,28). Sum of RGB (Red+Green+Blue) = 191+202+28=421 (55% of max value = 765). Red value is 191 (75% from 255 or 45.37% from 421); Green value is 202 (79.30% from 255 or 47.98% from 421); Blue value is 28 (11.33% from 255 or 6.65% from 421); Max value from RGB is 202 - color contains mainly: green. Hex color #BFCA1C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFCA1C is #4035E3. Grayscale: #B3B3B3. Windows color (decimal): -4208100 or 1886911. OLE color: 1886911.

HSL color Cylindrical-coordinate representation of color #BFCA1C: hue angle of 63.79º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BFCA1C is Cyan = 0.05, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.21.

Color convert

RGB 191 202 28 -
CMYK 0.05 0 0.86 0.21
HSL 63.79º 0.76% 0.45% -
HSV(B) 63.79º 0.86% 0.79% -
XYZ 42.82 53.4 9.15 -
YUV 178.88 42.86 136.65 -
System Red Green Blue C M Y K H S L
Decimal 191 202 28 0.05 0 0.86 0.21 63.79 0.76 0.45
Hex BF CA 1C 5 0 56 15 40 4C 2D
Octal 277 312 34 5 0 126 25 100 114 55
Binary 10111111 11001010 11100 101 0 1010110 10101 1000000 1001100 101101

Color Harmonies of #BFCA1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFCA1C

Black with #BFCA1C

Text Example


Text Example

White with #BFCA1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFCA1C; }

 p { color: rgb(191,202,28); }

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

background-color css

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

 a { background-color: rgb(191,202,28); }

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

border-color css

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

 span { border-color: rgb(191,202,28); }

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