Html Css Color HEX #CCBE1E Bird Flower

📋 copy color: '#CCBE1E'

red 204 ◦ green 190 ◦ blue 30

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

Shades of Bird Flower #CCBE1E

Tints of Bird Flower #CCBE1E

RGB

 RED value IS 204 (80.08% from 255) = 48.11%

 GREEN value IS 190 (74.61% from 255) = 44.81%

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

R = 48.11%
G = 44.81%
B = 7.08%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.85

 K value IS 0.2

RGB Variations

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

Color information

#CCBE1E (or 0xCCBE1E) is known color: Bird Flower. HEX triplet: CC, BE and 1E. RGB value is (204,190,30). Sum of RGB (Red+Green+Blue) = 204+190+30=424 (56% of max value = 765). Red value is 204 (80.08% from 255 or 48.11% from 424); Green value is 190 (74.61% from 255 or 44.81% from 424); Blue value is 30 (12.11% from 255 or 7.08% from 424); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBE1E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCBE1E is #3341E1. Grayscale: #B0B0B0. Windows color (decimal): -3359202 or 2014924. OLE color: 2014924.

HSL color Cylindrical-coordinate representation of color #CCBE1E: hue angle of 55.17º 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 #CCBE1E is Cyan = 0, Magento = 0.07, Yellow = 0.85 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 190 30 -
CMYK 0 0.07 0.85 0.2
HSL 55.17º 0.74% 0.46% -
HSV(B) 55.17º 0.85% 0.8% -
XYZ 43.55 49.76 8.54 -
YUV 175.95 45.64 148.01 -
System Red Green Blue C M Y K H S L
Decimal 204 190 30 0 0.07 0.85 0.2 55.17 0.74 0.46
Hex CC BE 1E 0 7 55 14 37 4A 2E
Octal 314 276 36 0 7 125 24 67 112 56
Binary 11001100 10111110 11110 0 111 1010101 10100 110111 1001010 101110

Color Harmonies of #CCBE1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCBE1E

Black with #CCBE1E

Text Example


Text Example

White with #CCBE1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCBE1E; }

 p { color: rgb(204,190,30); }

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

background-color css

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

 a { background-color: rgb(204,190,30); }

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

border-color css

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

 span { border-color: rgb(204,190,30); }

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