Html Css Color HEX #BCCB1E Rio Grande

📋 copy color: '#BCCB1E'

red 188 ◦ green 203 ◦ blue 30

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

Shades of Rio Grande #BCCB1E

Tints of Rio Grande #BCCB1E

RGB

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

 GREEN value IS 203 (79.69% from 255) = 48.22%

 BLUE value IS 30 (12.11% from 255) = 7.13%

R = 44.66%
G = 48.22%
B = 7.13%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.85

 K value IS 0.20

RGB Variations

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

Color information

#BCCB1E (or 0xBCCB1E) is known color: Rio Grande. HEX triplet: BC, CB and 1E. RGB value is (188,203,30). Sum of RGB (Red+Green+Blue) = 188+203+30=421 (55% of max value = 765). Red value is 188 (73.83% from 255 or 44.66% from 421); Green value is 203 (79.69% from 255 or 48.22% from 421); Blue value is 30 (12.11% from 255 or 7.13% from 421); Max value from RGB is 203 - color contains mainly: green. Hex color #BCCB1E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCCB1E is #4334E1. Grayscale: #B3B3B3. Windows color (decimal): -4404450 or 2018236. OLE color: 2018236.

HSL color Cylindrical-coordinate representation of color #BCCB1E: hue angle of 65.2º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BCCB1E is Cyan = 0.07, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.20.

Color convert

RGB 188 203 30 -
CMYK 0.07 0 0.85 0.20
HSL 65.2º 0.74% 0.46% -
HSV(B) 65.2º 0.85% 0.8% -
XYZ 42.33 53.5 9.32 -
YUV 178.79 44.03 134.57 -
System Red Green Blue C M Y K H S L
Decimal 188 203 30 0.07 0 0.85 0.20 65.2 0.74 0.46
Hex BC CB 1E 7 0 55 14 41 4A 2E
Octal 274 313 36 7 0 125 24 101 112 56
Binary 10111100 11001011 11110 111 0 1010101 10100 1000001 1001010 101110

Color Harmonies of #BCCB1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCCB1E

Black with #BCCB1E

Text Example


Text Example

White with #BCCB1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCCB1E; }

 p { color: rgb(188,203,30); }

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

background-color css

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

 a { background-color: rgb(188,203,30); }

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

border-color css

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

 span { border-color: rgb(188,203,30); }

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