Html Css Color HEX #BCC926 Rio Grande

📋 copy color: '#BCC926'

red 188 ◦ green 201 ◦ blue 38

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

Shades of Rio Grande #BCC926

Tints of Rio Grande #BCC926

RGB

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

 GREEN value IS 201 (78.91% from 255) = 47.07%

 BLUE value IS 38 (15.23% from 255) = 8.9%

R = 44.03%
G = 47.07%
B = 8.9%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.81

 K value IS 0.21

RGB Variations

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

Color information

#BCC926 (or 0xBCC926) is known color: Rio Grande. HEX triplet: BC, C9 and 26. RGB value is (188,201,38). Sum of RGB (Red+Green+Blue) = 188+201+38=427 (56% of max value = 765). Red value is 188 (73.83% from 255 or 44.03% from 427); Green value is 201 (78.91% from 255 or 47.07% from 427); Blue value is 38 (15.23% from 255 or 8.90% from 427); Max value from RGB is 201 - color contains mainly: green. Hex color #BCC926 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCC926 is #4336D9. Grayscale: #B3B3B3. Windows color (decimal): -4404954 or 2542012. OLE color: 2542012.

HSL color Cylindrical-coordinate representation of color #BCC926: hue angle of 64.79º degrees, saturation: 0.68, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BCC926 is Cyan = 0.06, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.21.

Color convert

RGB 188 201 38 -
CMYK 0.06 0 0.81 0.21
HSL 64.79º 0.68% 0.47% -
HSV(B) 64.79º 0.81% 0.79% -
XYZ 41.98 52.6 9.78 -
YUV 178.53 48.69 134.75 -
System Red Green Blue C M Y K H S L
Decimal 188 201 38 0.06 0 0.81 0.21 64.79 0.68 0.47
Hex BC C9 26 6 0 51 15 41 44 2F
Octal 274 311 46 6 0 121 25 101 104 57
Binary 10111100 11001001 100110 110 0 1010001 10101 1000001 1000100 101111

Color Harmonies of #BCC926

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCC926

Black with #BCC926

Text Example


Text Example

White with #BCC926

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCC926; }

 p { color: rgb(188,201,38); }

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

background-color css

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

 a { background-color: rgb(188,201,38); }

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

border-color css

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

 span { border-color: rgb(188,201,38); }

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