Html Css Color HEX #BCD022 Rio Grande

📋 copy color: '#BCD022'

red 188 ◦ green 208 ◦ blue 34

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

Shades of Rio Grande #BCD022

Tints of Rio Grande #BCD022

RGB

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

 GREEN value IS 208 (81.64% from 255) = 48.37%

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

R = 43.72%
G = 48.37%
B = 7.91%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.84

 K value IS 0.18

RGB Variations

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

Color information

#BCD022 (or 0xBCD022) is known color: Rio Grande. HEX triplet: BC, D0 and 22. RGB value is (188,208,34). Sum of RGB (Red+Green+Blue) = 188+208+34=430 (56% of max value = 765). Red value is 188 (73.83% from 255 or 43.72% from 430); Green value is 208 (81.64% from 255 or 48.37% from 430); Blue value is 34 (13.67% from 255 or 7.91% from 430); Max value from RGB is 208 - color contains mainly: green. Hex color #BCD022 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCD022 is #432FDD. Grayscale: #B6B6B6. Windows color (decimal): -4403166 or 2281660. OLE color: 2281660.

HSL color Cylindrical-coordinate representation of color #BCD022: hue angle of 66.9º degrees, saturation: 0.72, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BCD022 is Cyan = 0.10, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.18.

Color convert

RGB 188 208 34 -
CMYK 0.10 0 0.84 0.18
HSL 66.9º 0.72% 0.47% -
HSV(B) 66.9º 0.84% 0.82% -
XYZ 43.58 55.92 10.01 -
YUV 182.18 44.37 132.15 -
System Red Green Blue C M Y K H S L
Decimal 188 208 34 0.10 0 0.84 0.18 66.9 0.72 0.47
Hex BC D0 22 A 0 54 12 43 48 2F
Octal 274 320 42 12 0 124 22 103 110 57
Binary 10111100 11010000 100010 1010 0 1010100 10010 1000011 1001000 101111

Color Harmonies of #BCD022

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCD022

Black with #BCD022

Text Example


Text Example

White with #BCD022

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCD022; }

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

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

background-color css

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

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

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

border-color css

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

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

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