Html Css Color HEX #BCC21B Rio Grande

📋 copy color: '#BCC21B'

red 188 ◦ green 194 ◦ blue 27

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

Shades of Rio Grande #BCC21B

Tints of Rio Grande #BCC21B

RGB

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

 GREEN value IS 194 (76.17% from 255) = 47.43%

 BLUE value IS 27 (10.94% from 255) = 6.6%

R = 45.97%
G = 47.43%
B = 6.6%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.86

 K value IS 0.24

RGB Variations

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

Color information

#BCC21B (or 0xBCC21B) is known color: Rio Grande. HEX triplet: BC, C2 and 1B. RGB value is (188,194,27). Sum of RGB (Red+Green+Blue) = 188+194+27=409 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.97% from 409); Green value is 194 (76.17% from 255 or 47.43% from 409); Blue value is 27 (10.94% from 255 or 6.60% from 409); Max value from RGB is 194 - color contains mainly: green. Hex color #BCC21B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCC21B is #433DE4. Grayscale: #ADADAD. Windows color (decimal): -4406757 or 1819324. OLE color: 1819324.

HSL color Cylindrical-coordinate representation of color #BCC21B: hue angle of 62.16º degrees, saturation: 0.76, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BCC21B is Cyan = 0.03, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.24.

Color convert

RGB 188 194 27 -
CMYK 0.03 0 0.86 0.24
HSL 62.16º 0.76% 0.43% -
HSV(B) 62.16º 0.86% 0.76% -
XYZ 40.23 49.35 8.44 -
YUV 173.17 45.51 138.58 -
System Red Green Blue C M Y K H S L
Decimal 188 194 27 0.03 0 0.86 0.24 62.16 0.76 0.43
Hex BC C2 1B 3 0 56 18 3E 4C 2B
Octal 274 302 33 3 0 126 30 76 114 53
Binary 10111100 11000010 11011 11 0 1010110 11000 111110 1001100 101011

Color Harmonies of #BCC21B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCC21B

Black with #BCC21B

Text Example


Text Example

White with #BCC21B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCC21B; }

 p { color: rgb(188,194,27); }

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

background-color css

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

 a { background-color: rgb(188,194,27); }

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

border-color css

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

 span { border-color: rgb(188,194,27); }

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