Html Css Color HEX #BCBF22 Rio Grande

📋 copy color: '#BCBF22'

red 188 ◦ green 191 ◦ blue 34

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

Shades of Rio Grande #BCBF22

Tints of Rio Grande #BCBF22

RGB

 RED value IS 188 (73.83% from 255) = 45.52%

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

 BLUE value IS 34 (13.67% from 255) = 8.23%

R = 45.52%
G = 46.25%
B = 8.23%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.82

 K value IS 0.25

RGB Variations

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

Color information

#BCBF22 (or 0xBCBF22) is known color: Rio Grande. HEX triplet: BC, BF and 22. RGB value is (188,191,34). Sum of RGB (Red+Green+Blue) = 188+191+34=413 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.52% from 413); Green value is 191 (75% from 255 or 46.25% from 413); Blue value is 34 (13.67% from 255 or 8.23% from 413); Max value from RGB is 191 - color contains mainly: green. Hex color #BCBF22 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCBF22 is #4340DD. Grayscale: #ACACAC. Windows color (decimal): -4407518 or 2277308. OLE color: 2277308.

HSL color Cylindrical-coordinate representation of color #BCBF22: hue angle of 61.15º degrees, saturation: 0.7, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BCBF22 is Cyan = 0.02, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.25.

Color convert

RGB 188 191 34 -
CMYK 0.02 0 0.82 0.25
HSL 61.15º 0.7% 0.44% -
HSV(B) 61.15º 0.82% 0.75% -
XYZ 39.66 48.07 8.7 -
YUV 172.21 50.01 139.27 -
System Red Green Blue C M Y K H S L
Decimal 188 191 34 0.02 0 0.82 0.25 61.15 0.7 0.44
Hex BC BF 22 2 0 52 19 3D 46 2C
Octal 274 277 42 2 0 122 31 75 106 54
Binary 10111100 10111111 100010 10 0 1010010 11001 111101 1000110 101100

Color Harmonies of #BCBF22

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCBF22

Black with #BCBF22

Text Example


Text Example

White with #BCBF22

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCBF22; }

 p { color: rgb(188,191,34); }

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

background-color css

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

 a { background-color: rgb(188,191,34); }

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

border-color css

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

 span { border-color: rgb(188,191,34); }

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