Html Css Color HEX #BCCF20 Rio Grande

📋 copy color: '#BCCF20'

red 188 ◦ green 207 ◦ blue 32

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

Shades of Rio Grande #BCCF20

Tints of Rio Grande #BCCF20

RGB

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

 GREEN value IS 207 (81.25% from 255) = 48.48%

 BLUE value IS 32 (12.89% from 255) = 7.49%

R = 44.03%
G = 48.48%
B = 7.49%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.85

 K value IS 0.19

RGB Variations

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

Color information

#BCCF20 (or 0xBCCF20) is known color: Rio Grande. HEX triplet: BC, CF and 20. RGB value is (188,207,32). Sum of RGB (Red+Green+Blue) = 188+207+32=427 (56% of max value = 765). Red value is 188 (73.83% from 255 or 44.03% from 427); Green value is 207 (81.25% from 255 or 48.48% from 427); Blue value is 32 (12.89% from 255 or 7.49% from 427); Max value from RGB is 207 - color contains mainly: green. Hex color #BCCF20 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCCF20 is #4330DF. Grayscale: #B6B6B6. Windows color (decimal): -4403424 or 2150332. OLE color: 2150332.

HSL color Cylindrical-coordinate representation of color #BCCF20: hue angle of 66.51º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BCCF20 is Cyan = 0.09, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.19.

Color convert

RGB 188 207 32 -
CMYK 0.09 0 0.85 0.19
HSL 66.51º 0.73% 0.47% -
HSV(B) 66.51º 0.85% 0.81% -
XYZ 43.31 55.42 9.78 -
YUV 181.37 43.71 132.73 -
System Red Green Blue C M Y K H S L
Decimal 188 207 32 0.09 0 0.85 0.19 66.51 0.73 0.47
Hex BC CF 20 9 0 55 13 43 49 2F
Octal 274 317 40 11 0 125 23 103 111 57
Binary 10111100 11001111 100000 1001 0 1010101 10011 1000011 1001001 101111

Color Harmonies of #BCCF20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCCF20

Black with #BCCF20

Text Example


Text Example

White with #BCCF20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCCF20; }

 p { color: rgb(188,207,32); }

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

background-color css

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

 a { background-color: rgb(188,207,32); }

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

border-color css

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

 span { border-color: rgb(188,207,32); }

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